- AIO MCP Server
AIO MCP Server
What is AIO-MCP Server?
AIO-MCP Server is a powerful Model Context Protocol (MCP) server implementation that integrates with various platforms like GitLab, Jira, Confluence, and YouTube, providing AI-powered search capabilities and utility tools for development workflows.
How to use AIO-MCP Server?
To use the AIO-MCP Server, install it via Go by setting up your environment variables and running the installation command. After installation, configure the server by creating a .env file with the necessary API keys and tokens for the services you want to use.
Key features of AIO-MCP Server?
- Integration with multiple platforms (GitLab, Jira, Confluence, YouTube)
- AI-powered search capabilities
- Support for standard input/output and Server-Sent Events (SSE) mode for real-time communication
- Various utility tools for development workflows
Use cases of AIO-MCP Server?
- Automating project management tasks in Jira and GitLab.
- Enhancing documentation and collaboration through Confluence.
- Fetching and managing content from YouTube.
- Utilizing AI for advanced search and data retrieval across integrated platforms.
FAQ from AIO-MCP Server?
- What programming language is AIO-MCP Server built with?
AIO-MCP Server is built using Go.
- Is there a cost associated with using AIO-MCP Server?
AIO-MCP Server is open-source and free to use.
- Can I customize the server's functionality?
Yes! You can enable or disable various tools and customize the server's configuration through environment variables.
Server Config
{
"mcpServers": {
"aio-mcp": {
"command": "<path>/<to>/aio-mcp",
"env": {
"ENABLE_TOOLS": "",
"QDRANT_HOST": "",
"QDRANT_PORT": "",
"QDRANT_API_KEY": "",
"ATLASSIAN_HOST": "",
"ATLASSIAN_EMAIL": "",
"ATLASSIAN_TOKEN": "",
"GITLAB_HOST": "https://gitlab.com",
"GITLAB_TOKEN": "glpat-",
"BRAVE_API_KEY": "",
"GOOGLE_AI_API_KEY": "",
"PROXY_URL": "",
"OPENAI_API_KEY": "",
"OPENAI_BASE_URL": "",
"OPENAI_EMBEDDING_MODEL": "",
"GOOGLE_TOKEN_FILE": "<path>/<to>/google-token.json",
"GOOGLE_CREDENTIALS_FILE": "<path>/<to>/google-credentials.json",
"GOOGLE_MAPS_API_KEY": "",
"DEEPSEEK_API_KEY": "",
"USE_OLLAMA_DEEPSEEK": "",
"USE_OPENROUTER": "",
"OPENROUTER_API_KEY": ""
}
}
}
}